home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / music / delitracker / files / arexx.lzx / Arexx / dt_balance.rexx < prev    next >
OS/2 REXX Batch file  |  2015-10-11  |  109b  |  7 lines

  1. /* DeliTracker - Set Balance */
  2.  
  3. address 'DELITRACKER'
  4.  
  5. balance '-40'    /* negative numbers require quotes */
  6.  
  7.